WORST_CASE(?,O(n^1)) Solution: --------- "0" :: [] -(0)-> "A"(1) "0" :: [] -(0)-> "A"(0) "S" :: ["A"(1)] -(1)-> "A"(1) "S" :: ["A"(0)] -(0)-> "A"(0) "even" :: ["A"(1)] -(1)-> "A"(0) "odd" :: ["A"(1)] -(1)-> "A"(0) Cost Free Signatures: --------------------- "0" :: [] -(0)-> "A"_cf(0) "S" :: ["A"_cf(0)] -(0)-> "A"_cf(0) "even" :: ["A"_cf(0)] -(0)-> "A"_cf(0) "odd" :: ["A"_cf(0)] -(0)-> "A"_cf(0) Base Constructors: ------------------